@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body img {
	margin-top: 20px;
	margin-left: 20px;
}

.Redes.sociales {
	width: 10%;
	float: right;
	z-index: 1;
}
.Navegacion {
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	z-index: 1;
}
.Navegacion .nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
	float: left;
}
.Navegacion .nav:hover {
	background-color: #E5E5E5;
}

.Navegacion .nav >  li {
	width: 10%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 70px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.nav li ul {
	width: 190%;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
}
.nav li:hover > ul {
	display: block;
}


li ul li {
	position: relative;
	border: 1px solid #E9E9E9;
	background-color: #F1F1F1;
	display: block;
}


li ul li ul {
	left: 100%;
	top: 0%;
	display: block;
}
#Encabezado {
	background-color: #A5F3A9;
	width: 100%;
	height: 80px;
}
#Encabezado article {
	color: #FFFFFF;
	text-align: center;
	vertical-align: 20px;
	letter-spacing: 3px;
}
#Encabezado article p {
	height: 38px;
}
.textouno {
	width: 100%;
	height: 500px;
}
.textouno #imagenuno {
	width: 40%;
	height: 480px;
	float: left;
	margin-left: 50px;
}
.textouno #textouno {
	width: 50%;
	height: 480px;
	float: right;
}
.textouno #textouno ul {
	margin-left: 30px;
	list-style-type: disc;
}
.textodos {
	width: 30%;
	float: left;
	height: 610px;
	margin-top: -100px;
	margin-left: 100px;
}
.textodos #Izqimagenup {
	margin-left: 100px;
}
.textodos #Izqtextouno {
	margin-left: 40px;
	text-align: center;
}
.textodos #Izqtextouno ul {
	list-style-type: disc;
	list-style-position: inside;
}

.textodos #Izqimagendown {
	margin-left: 100px;
}
.textotres {
	margin-left: 20px;
	float: left;
	margin-top: -100px;
	width: 30%;
	height: 610px;
}
.textotres #Izqimagenupdos {
}
.textotres #Izqtextodos {
	text-align: center;
	margin-left: -130px;
}

.textotres #Izqtextodos ul {
	list-style-type: disc;
	list-style-position: inside;

}
.textotres #Izqimagendowndos {
}
.textocuatro {
	width: 30%;
	height: 610px;
	margin-top: -100px;
	float: left;
	margin-left: -80px;
}
.textocuatro #Izqimagenuptres {
}
.textocuatro #Izqtextotres {
	text-align: center;
	margin-left: -140px;
}
.textocuatro #Izqtextotres ul {
	list-style-position: inside;
	list-style-type: disc;
}
.textocuatro #Izqimagendowntres {
}
.Pie.de.pagina {
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.Pie.de.pagina h4 {
	color: #000000;
}
